Instructions for setting up the IBuyAdventure database in SQL Server
====================================================================

- Open up SQL Server Enterprise Manager.
- Right-click on the Databases folder in the left-hand pane.
- Select "New Database".
- Name it "IBuyAdventure".
- Click "OK".
- Right-click on your new IBuyAdventure database, go down to 
"All Tasks" and then select "Restore Database".
- Select "From device" in the Restore dialogue.
- Click "Select Devices", then "Add", and browse to your copy of IBuyAdventureBackup.
- OK back to the Restore database window, then select the "Options" tab.
- Select "Force restore over existing database".
- Select OK

Your database is now ready to go once you have restarted the server.